home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / sfonbbs2.zip / SAMPLE.CFG < prev    next >
Text File  |  1996-01-27  |  5KB  |  114 lines

  1. ;This is a commented sample of the configuration file for SFONBBS.
  2. ;The comments can be left in the file, without affecting the
  3. ;operation of the program. Parameters which are not used can be left
  4. ;in the file without affecting the operation of the program.
  5.  
  6. BOARDNAM=TEST PATTERN BBS   
  7. ;This is the BBS name as you want it to appear in the bulletin that
  8. ;SFONBBS creates. For registered copies, this must match the name of
  9. ;the BBS that was used to register. This parameter is necessary for
  10. ;the proper operation of SFONBBS.
  11.  
  12. SYSOPNAM=Jay Jackson
  13. ;This is the name of the sysop of the BBS. This is used for
  14. ;registration purposes, and must be the sysops real name. This
  15. ;parameter is necessary for the proper operation of SFONBBS, when
  16. ;registered.
  17.  
  18. REGISTER=00000000000000
  19. ;This is where the registration code is inserted once you have
  20. ;registered. For unregistered operation, you can put anything you want
  21. ;for this parameter. This parameter is necessary for the proper
  22. ;operation of SFONBBS, when registered.
  23.  
  24. WORKPATH=C:\SF\WORK     
  25. ;This is the path to the Spitfire Work Directory. Do not include a
  26. ;trailing backslash. This parameter is necessary for the operation of
  27. ;SFONBBS.
  28.  
  29. DISPPATH=C:\SF\DISPLAY
  30. ;This is the path to the Spifire Display Directory. Do not include a
  31. ;trailing backslash. This parameter is necessary for the operation of
  32. ;SFONBBS.
  33.  
  34. NUMNODES=4
  35. ;This is the number of nodes that you run on your BBS. The display
  36. ;file created will contain an entry for as many nodes as you show
  37. ;with this parameter. This parameter is necessary for the proper
  38. ;operation of SFONBBS.
  39.  
  40. OPERMODE=M
  41. ;This is the operating mode for SFONBBS. The program has 3 operating
  42. ;modes. They are Member(Y/N) mode which is activated by setting this
  43. ;parameter = to M, Security Level mode which is activated by setting
  44. ;this parameter = to S, and Connect Speed mode which is activated by
  45. ;setting this parameter to C. This parameter will default to S when
  46. ;not used. This parameter can be removed from the configuration file
  47. ;if you do not wish to use it.
  48.  
  49. HIDENUMB=1
  50. ;This allows you to make it so that one caller to the BBS will not
  51. ;appear in the listing of who is on even if they are. This is set =
  52. ;to the callers record number in the Spitfire users file. I use this
  53. ;so that callers do not know when I am online. This parameter is not
  54. ;necessary for the operation of SFONBBS. This parameter can be
  55. ;removed from the configuration file if you do not wish to use it.
  56.  
  57. MESSAG01=Call (905)890-2531 For Access     
  58. MESSAG02=Call (905)890-4545 For Access
  59. MESSAG03=Call (905)568-5204 For Access
  60. MESSAG04=Sysops Local Node
  61. ;The MESSAGxx parameter where xx represents the node number is where
  62. ;you can put a custom message to tell your callers how to access the
  63. ;BBS. This message is limited to 29 characters, and will be truncated
  64. ;if you insert text that longer that the maximum. You need to make
  65. ;sure that you have one MESSAGxx line for each node of the BBS that
  66. ;you configured above in NUMNODES. Note that the 0 in front of node
  67. ;numbers less that 10 *IS* required.
  68.  
  69. TITCLR01=33
  70. TITCLR02=32  
  71. TXTCLR01=35
  72. BORDRCLR=34
  73. ;These parameters set the four configurable colors used to create the
  74. ;ANSI display file. What each parameter controls is shown below.
  75. ;     - TITCLR01 is for the main part of the header, and the
  76. ;       part of the footer that shows the name of the
  77. ;       program.
  78. ;     - TITCLR02 is for the highlights of the header, and
  79. ;       the part of the footer that shows the version number
  80. ;       and the name of the author.
  81. ;     - TXTCLR01 is for the text that displays the
  82. ;       information in the display file.
  83. ;     - BORDRCLR is for the boxes that the text is displayed
  84. ;       inside.
  85. ;The numbers that correspond to the available colors are shown below.
  86. ;     - Red is     31
  87. ;     - Green is   32
  88. ;     - Yellow is  33
  89. ;     - Blue is    34
  90. ;     - Magenta is 35
  91. ;     - Cyan is    36
  92. ;     - White is   37
  93.  
  94. NODPAT01=C:\SF1
  95. NODPAT02=C:\SF2
  96. NODPAT03=C:\SF3
  97. NODPAT04=C:\SF4
  98. ;These parameters tell SFONBBS where the Spitfire home directories
  99. ;are for each of your nodes. You need to make sure that you have one
  100. ;NODPATxx line for each node of the BBS that you configured above in
  101. ;NUMNODES. Note that the 0 in front of node numbers less that 10
  102. ;*IS* required. This parameter is necessary for the proper operation
  103. ;of SFONBBS.
  104.  
  105. MEMBLEVL=11
  106. ;This parameter is only necessary if OPERMODE is set to "M". If a
  107. ;callers security is less that the number set, then SFONBBS will
  108. ;display "No" regarding their membership status. If a callers
  109. ;security is greater than or equal to the number set, then SFONBBS
  110. ;will display "Yes" regarding their membership status. If OPERMODE is
  111. ;not set to "M", then this parameter can be removed from the
  112. ;configuration file if you do not wish to use it.
  113.  
  114.